.l-swiper--banner .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  border: 1px solid #fe7d20;
  opacity: 1;
  border-radius: 0;
  background: transparent;
}
.l-swiper--banner .swiper-pagination-bullet-active {
  background-color: #fe7d20;
}

.l-inWhy_list {
  margin-right: 0;
}
.l-inWhy_list .l-col4 {
  width: 25%;
  margin-right: 0;
  text-align: center;
  padding: 40px 0 40px;
}
.l-inWhy_list .l-col4:last-child .inner {
  border-right: none;
}
.l-inWhy_list .l-col4:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.l-inWhy_list .c-icon {
  width: 70px;
  height: 70px;
  background-image: url(../images/in-icons1.png);
  vertical-align: middle;
  margin: 34px 0 14px;
}
.l-inWhy_list .icon2 {
  background-position: -70px 0;
}
.l-inWhy_list .icon3 {
  background-position: -140px 0;
}
.l-inWhy_list .icon4 {
  background-position: -210px 0;
}
.l-inWhy_list .title {
  margin-top: 38px;
  font-size: 22px;
}
.l-inWhy_list .inner {
  position: relative;
}
.l-inWhy_list .inner:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 108px;
  background: #c4c4c4;
  margin-top: -54px;
}

.l-inWhy_zx {
  margin: 50px 0 70px;
}
.l-inWhy_zx .c-hot {
  margin-right: 10px;
}

.l-inPpgs {
  background: url(../images/in-bg1.png) center/cover no-repeat;
}

.l-inPpgs_txt {
  position: relative;
  width: 56%;
  padding: 60px 40px 0;
  height: 438px;
  background-color: #fff;
}
.l-inPpgs_txt .desc {
  text-indent: 2em;
  line-height: 2;
}
.l-inPpgs_txt .data {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.l-inPpgs_txt .data-item {
  margin: 0 24px;
  display: inline-block;
  text-align: left;
}
.l-inPpgs_txt .data-item .num {
  font-size: 42px;
  font-weight: bold;
  color: #fe7d20;
  line-height: 1;
  margin-right: 4px;
}
.l-inPpgs_txt .data-desc {
  font-size: 18px;
  color: #000;
}

.l-inPpgs_img {
  width: 44%;
}

.l-tabnav--wh {
  width: 16%;
}
.l-tabnav--wh .c-tab_navItem {
  height: 80px;
  margin-bottom: 10px;
  padding-top: 20px;
  text-align: center;
  display: block;
  background-color: #f4f4f4;
}
.l-tabnav--wh .c-tab_navItem:hover, .l-tabnav--wh .c-tab_navItem.is-active {
  background-color: #fe8f00;
  color: #fff;
}
.l-tabnav--wh .c-tab_navItem:hover .c-icon, .l-tabnav--wh .c-tab_navItem.is-active .c-icon {
  background-position-y: -40px;
}
.l-tabnav--wh .c-tab_navItem:hover .txt, .l-tabnav--wh .c-tab_navItem.is-active .txt {
  border-color: #fff;
}
.l-tabnav--wh .c-icon {
  width: 40px;
  height: 40px;
  background-image: url("../images/in-icons2.png");
  background-size: auto 40px;
}
.l-tabnav--wh .icon2 {
  background-position: -40px 0;
}
.l-tabnav--wh .icon3 {
  background-position: -80px 0;
}
.l-tabnav--wh .icon4 {
  background-position: -120px 0;
}
.l-tabnav--wh .c-icon {
  background-size: auto 80px;
  vertical-align: middle;
  margin-right: 6px;
}
.l-tabnav--wh .txt {
  padding-left: 10px;
  border-left: 1px solid #b1b1b1;
}

.l-whContent {
  width: 84%;
}
.l-whContent .en, .l-whContent .title {
  font-size: 24px;
}
.l-whContent .txtbox {
  height: 350px;
  position: relative;
  width: 52%;
  padding: 20px 38px 0 35px;
}
.l-whContent .desc {
  color: #666;
  margin-top: 20px;
}
.l-whContent .imgbox {
  position: absolute;
  bottom: 0;
  left: 35px;
  width: 100%;
}
.l-whContent .imgbox img {
  margin-right: 6px;
}

.l-news1 .item {
  display: block;
  padding: 20px 0;
  position: relative;
}
.l-news1 .item:hover .item_title {
  color: #fe7d20;
}
.l-news1 .item_title {
  font-size: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-news1 .item_detail {
  color: #666;
  height: 2.9em;
  overflow: hidden;
}
.l-news1 .c-btn {
  line-height: 2.6;
}
.l-news1 .time {
  position: absolute;
  color: #999;
}

.l-news1_left {
  padding-top: 20px;
  width: 45%;
}
.l-news1_left .time {
  right: 0;
  top: 20px;
}

.l-news1_right {
  width: 51%;
}
.l-news1_right .item {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 110px;
  border-bottom: 1px solid #ddd;
}
.l-news1_right .time {
  left: 0;
  top: 26px;
  text-align: right;
}
.l-news1_right .date {
  font-size: 28px;
  line-height: 1.2;
}
.l-news1_right .year {
  font-size: 16px;
}

.l-news1-tabnav {
  text-align: center;
  margin-bottom: 10px;
}
.l-news1-tabnav .c-tab_navItem {
  display: inline-block;
  width: 150px;
  line-height: 40px;
  color: #fff;
  background-color: #222;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}
.l-news1-tabnav .is-active {
  background-color: #fe7d20;
}

.l-inHz_title {
  padding: 40px 0 20px;
}
.l-inHz_title .ch {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.l-inHz_title .en {
  color: #999;
  font-size: 16px;
}

.swiper--inhz {
  height: 140px;
}
.swiper--inhz .swiper-pagination-bullet-active {
  background-color: #fe7d20;
}

.l-inHz_list .imgbox {
  border: 1px solid #ddd;
}
.l-inHz_list img {
  height: 90px;
  width: 100%;
}
.l-inHz_list .title {
  color: #666;
  line-height: 2;
  margin-bottom: 10px;
}

.l-inHz .more:hover {
  color: #fe7d20;
}

.l-cpList--col3 {
  margin-right: -2%;
}
.l-cpList--col3 .c-cpItem {
  width: 24%;
  margin-right: 1%;
  border: 1px solid #ddd;
}

.l-gyBrand td {
  width: 50%;
  vertical-align: middle;
}
.l-gyBrand .title {
  margin-bottom: 20px;
}
.l-gyBrand .txtbox {
  padding: 0 40px;
  position: relative;
  line-height: 1.8;
}
.l-gyBrand .txtbox:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
}
.l-gyBrand .txtbox1:after {
  top: 0;
  right: 0;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.l-gyBrand .txtbox2:after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

.l-gyJg {
  background: url(../images/gy-bg.png) center top no-repeat;
}

.l-gyJg_con {
  background-color: #fff;
}

.l-gyJg_left {
  width: 20%;
  padding-top: 20px;
  text-align: center;
}

.l-gyJg_right {
  width: 80%;
  padding-right: 3%;
  padding-top: 50px;
}
.l-gyJg_right .desc {
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 40px;
}
.l-gyJg_right .imgbox {
  text-align: right;
}
.l-gyJg_right .imgbox img {
  margin-left: 1%;
}

.c-bt--gyLc {
  margin-bottom: 70px;
}

.l-gyLc {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
  position: relative;
  border-right: 4px solid #fe7d20;
}
.l-gyLc:before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -70px;
  border-bottom: 36px solid transparent;
  border-top: 36px solid #fe7d20;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.l-gyLc_item {
  display: table;
  width: 84%;
  margin-bottom: 26px;
  padding: 0 20px;
  height: 130px;
  border: 1px solid #d0d0d0;
  position: relative;
}
.l-gyLc_item:before, .l-gyLc_item:after {
  content: "";
  position: absolute;
  top: 50%;
  border: 14px solid transparent;
}
.l-gyLc_item .num, .l-gyLc_item .txt {
  display: table-cell;
  vertical-align: middle;
}
.l-gyLc_item .num {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 60px;
  background: url(../images/gy-lcbg.png) center no-repeat;
}
.l-gyLc_item .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.l-gyLc_item .desc {
  font-size: 16px;
}
.l-gyLc_item .txt {
  padding-left: 20px;
}
.l-gyLc_item.odd {
  position: relative;
}
.l-gyLc_item.odd .line {
  position: absolute;
  right: -136px;
  top: 50%;
  width: 74px;
  height: 1px;
  background-color: #d0d0d0;
}
.l-gyLc_item.odd:before {
  border-left-color: #d0d0d0;
  right: -28px;
  margin-top: -14px;
}
.l-gyLc_item.odd:after {
  border-width: 16px;
  border-left-color: #fff;
  right: -28px;
  margin-top: -16px;
}
.l-gyLc_item.even {
  float: right;
  margin-right: -100%;
}
.l-gyLc_item.even:before {
  border-right-color: #d0d0d0;
  left: -28px;
  margin-top: -14px;
}
.l-gyLc_item.even:after {
  border-width: 16px;
  border-right-color: #fff;
  left: -28px;
  margin-top: -16px;
}
.l-gyLc_item .txt {
  padding-right: 20px;
}

.l-gyHj {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 20px;
}

.l-gySh_list .item {
  border: 1px solid #ddd;
  padding: 12px 24px;
}
.l-gySh_list .c-icon {
  width: 60px;
  height: 60px;
  background-image: url("../images/gy-icons1.png");
  background-size: auto 60px;
}
.l-gySh_list .icon2 {
  background-position: -60px 0;
}
.l-gySh_list .icon3 {
  background-position: -120px 0;
}
.l-gySh_list .icon4 {
  background-position: -180px 0;
}
.l-gySh_list .title {
  display: inline-block;
  margin-left: 10px;
  padding-top: 14px;
  font-weight: bold;
  font-size: 18px;
}

.l-news_item {
  position: relative;
  display: block;
  border-bottom: 1px solid #ddd;
  height: 250px;
  padding: 26px 0;
}
.l-news_item:hover .l-news_title {
  color: #fe7d20;
}
.l-news_item img {
  width: 100%;
  max-height: 100%;
}
.l-news_item .xm-imgbox {
  float: left;
  width: 294px;
}
.l-news_item .l-news_txtbox {
  margin-left: 324px;
  margin-right: 160px;
}
.l-news_item .c-btn {
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #333333;
  border-radius: 0;
}
.l-news_item .c-btn:hover {
  color: #fe7d20;
  border-color: #fe7d20;
}

.l-news_title {
  margin: 24px 0;
  font-size: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.l-news_desc {
  font-size: 16px;
  color: #666;
  height: 3em;
  overflow: hidden;
  margin-bottom: 30px;
}

.l-news_time {
  position: absolute;
  right: 0;
  top: 35%;
  text-align: center;
}

.l-news_date {
  font-size: 50px;
}

.l-news_month {
  font-size: 16px;
  border-top: 1px solid #333;
  line-height: 2;
}

.l-news_nav {
  padding-top: 50px;
}

.l-lxFs_col3 {
  margin-right: 0;
}
.l-lxFs_col3 .l-col3 {
  width: 33.33%;
  margin-right: 0;
  text-align: center;
  padding: 50px 0 70px;
}
.l-lxFs_col3 .l-col3:last-child .inner {
  border-right: none;
}
.l-lxFs_col3 .l-col3:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.l-lxFs_col3 .c-icon {
  width: 70px;
  height: 70px;
  background-image: url(../images/lx-icons.png);
  vertical-align: middle;
  margin: 34px 0 14px;
}
.l-lxFs_col3 .icon2 {
  background-position: -70px 0;
}
.l-lxFs_col3 .icon3 {
  background-position: -140px 0;
}
.l-lxFs_col3 .icon4 {
  background-position: -210px 0;
}
.l-lxFs_col3 .num {
  margin: 20px 0 10px;
}
.l-lxFs_col3 .inner {
  border-right: 1px solid #ddd;
}

.l-lxLx {
  background: url(../images/lx-bg1.jpg) center/cover no-repeat;
}

.l-lxLx_col3 .l-col3 {
  height: 142px;
  padding-left: 102px;
}
.l-lxLx_col3 .item1 {
  background: #fff url(../images/lx-ixon1.png) 30px 30px no-repeat;
}
.l-lxLx_col3 .item2 {
  background: #fff url(../images/lx-ixon2.png) 30px 30px no-repeat;
}
.l-lxLx_col3 .item3 {
  background: #fff url(../images/lx-ixon3.png) 30px 30px no-repeat;
}
.l-lxLx_col3 .title {
  margin: 30px 0 10px;
}

.l-lxLx .address {
  margin: 40px 0;
}

.dd-head {
  text-align: center;
  padding: 30px 0;
}

.dd-coltitle {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  background-color: #f9f9f9;
  padding-left: 20px;
  margin-bottom: 40px;
  border-left: 4px solid #fe7d20;
}

.dd-column {
  margin-bottom: 80px;
}

.dd-item-inline {
  display: inline-block;
  margin-right: 20px;
}

.dd-line {
  margin: 20px 0;
}
.dd-line select {
  outline: none;
  text-indent: 10px;
  height: 40px;
  border: 1px solid #ddd;
}
.dd-line select.select-m {
  width: 100px;
}
.dd-line select.select-s {
  width: 80px;
}
.dd-line select.is-focus {
  border-color: #fe7d20;
}
.dd-line textarea {
  width: 500px;
  height: 100px;
  text-indent: 10px;
  vertical-align: top;
  border: 1px solid #ddd;
  outline: none;
}
.dd-line .unit {
  margin: 0 6px;
}

.dd-lineInput {
  height: 40px;
  text-indent: 10px;
  border: 1px solid #ddd;
  outline: none;
}
.dd-lineInput.input-m {
  width: 240px;
}
.dd-lineInput.input-l {
  width: 400px;
}
.dd-lineInput.is-focus {
  border-color: #fe7d20;
}

.dd-lineTitle {
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.dd-splist {
  width: 100%;
  text-align: center;
}
.dd-splist td {
  padding: 10px 0;
}
.dd-splist tr {
  border-bottom: 1px solid #ddd;
}

.dd-splist_head {
  background-color: #eeeeee;
  line-height: 40px;
}

.dd-totalInfo {
  line-height: 40px;
  text-align: right;
  background-color: #f5f5f5;
  padding: 0 20px;
  margin-bottom: 20px;
}

.dd-totalPrice {
  text-align: right;
}
.dd-totalPrice .pricebox {
  margin-right: 10px;
  vertical-align: middle;
}
.dd-totalPrice .c-btn {
  font-size: 18px;
  font-weight: bold;
}

.dd-item.require:after, .dd-item-inline.require:after {
  content: "*";
  color: #fe7d20;
}

#map img{
  max-width:none;
}


/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:320px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#fe7d20 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#fe7d20 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_ercode{background:#fe7d20 url(../images/fixCont.png) no-repeat 0 -169px;}
.yb_bar .wxm{padding:0 29px 25px 29px;}
